QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Unicode Objects

Labels

ASCII
Unicode
Binary
uncd ( = 0x756E6364 )

Data Format

uns32               length
RawData             unicode[length * 2]
length
The length of the encoded text.
unicode[]
An array of raw data that encodes text.

Data Size

4 + length * 2

Description

A unicode object may be used to include text in a binary metafile.

Parent Hierarchy

Shared, String.

Parent Objects

None.

Child Objects

None.

Example

Unicode (
    6
    0x457363686572
)

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |